home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Arena Homepage
/
Amiga Arena Homepage CD Rom Edition.iso
/
Programme
/
Demoversionen
/
Anwender
/
ImEngV3.41p2
/
Install_Part_2
< prev
next >
Wrap
Text File
|
1997-02-07
|
2KB
|
57 lines
; Install Image Engineer 3.41 part 2
; © 1995-1997 Simon Edwards
; This script installs the second archive of Image Engineer 3.41.
(transcript "Installing Image Engineer part 2...")
(set #intromsg (cat "\nThis installs the second part of Image "
"Engineer V3.41 on your hard disk."))
(message #intromsg)
(set defaultdest @default-dest)
;Check for a previous installation.
(if (= (exists "IE:" (noreq)) 0)
(
(message (cat
"The first part of Image Engineer V3.41 does not seem "
"to be installed. Please make sure that you have "
"installed the first part (ImEngV3.41p1.lha) before "
"trying to install this part.")
)
(exit)
)
;else
(if (= (= (fileonly (expandpath "IE:") ) "ImageEngineerV3.41") 0)
(
(message (cat
"You seem to have an older version of Image Engineer "
"installed and part 1 of 3.41 hasn't been installed. "
"Please make sure that you have installed the first "
"part (ImEngV3.4p1.lha) before trying to install "
"this part."))
(exit)
)
)
)
(working "Installing Image Engineer part 2...")
;Copy all of the files over to the destination
(copyfiles
(prompt "")
(help @copyfiles-help)
(pattern "~(Install_Part_2|Install_Part_2.info)")
(infos)
(source (pathonly @icon))
(dest "IE:")
)
(exit (cat
"Image Engineer V3.41 has now been fully installed and "
"is ready to run."))